FFmpeg
Data Fields
FFAMediaFormatNdk Struct Reference

Data Fields

FFAMediaFormat api
 
void * libmedia
 
AMediaFormat * impl
 
AMediaFormat *(* new )(void)
 
media_status_t(* delete )(AMediaFormat *)
 
const char *(* toString )(AMediaFormat *)
 
bool(* getInt32 )(AMediaFormat *, const char *name, int32_t *out)
 
bool(* getInt64 )(AMediaFormat *, const char *name, int64_t *out)
 
bool(* getFloat )(AMediaFormat *, const char *name, float *out)
 
bool(* getSize )(AMediaFormat *, const char *name, size_t *out)
 
bool(* getBuffer )(AMediaFormat *, const char *name, void **data, size_t *size)
 
bool(* getString )(AMediaFormat *, const char *name, const char **out)
 
bool(* getRect )(AMediaFormat *, const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom)
 
void(* setInt32 )(AMediaFormat *, const char *name, int32_t value)
 
void(* setInt64 )(AMediaFormat *, const char *name, int64_t value)
 
void(* setFloat )(AMediaFormat *, const char *name, float value)
 
void(* setString )(AMediaFormat *, const char *name, const char *value)
 
void(* setBuffer )(AMediaFormat *, const char *name, const void *data, size_t size)
 
void(* setRect )(AMediaFormat *, const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom)
 

Detailed Description

Definition at line 1825 of file mediacodec_wrapper.c.

Field Documentation

◆ api

FFAMediaFormat FFAMediaFormatNdk::api

Definition at line 1826 of file mediacodec_wrapper.c.

◆ libmedia

void* FFAMediaFormatNdk::libmedia

Definition at line 1828 of file mediacodec_wrapper.c.

◆ impl

AMediaFormat* FFAMediaFormatNdk::impl

Definition at line 1829 of file mediacodec_wrapper.c.

◆ new

AMediaFormat*(* FFAMediaFormatNdk::new) (void)

Definition at line 1831 of file mediacodec_wrapper.c.

◆ delete

media_status_t(* FFAMediaFormatNdk::delete) (AMediaFormat *)

Definition at line 1832 of file mediacodec_wrapper.c.

◆ toString

const char*(* FFAMediaFormatNdk::toString) (AMediaFormat *)

Definition at line 1834 of file mediacodec_wrapper.c.

◆ getInt32

bool(* FFAMediaFormatNdk::getInt32) (AMediaFormat *, const char *name, int32_t *out)

Definition at line 1836 of file mediacodec_wrapper.c.

◆ getInt64

bool(* FFAMediaFormatNdk::getInt64) (AMediaFormat *, const char *name, int64_t *out)

Definition at line 1837 of file mediacodec_wrapper.c.

◆ getFloat

bool(* FFAMediaFormatNdk::getFloat) (AMediaFormat *, const char *name, float *out)

Definition at line 1838 of file mediacodec_wrapper.c.

◆ getSize

bool(* FFAMediaFormatNdk::getSize) (AMediaFormat *, const char *name, size_t *out)

Definition at line 1839 of file mediacodec_wrapper.c.

◆ getBuffer

bool(* FFAMediaFormatNdk::getBuffer) (AMediaFormat *, const char *name, void **data, size_t *size)

Definition at line 1840 of file mediacodec_wrapper.c.

◆ getString

bool(* FFAMediaFormatNdk::getString) (AMediaFormat *, const char *name, const char **out)

Definition at line 1841 of file mediacodec_wrapper.c.

◆ getRect

bool(* FFAMediaFormatNdk::getRect) (AMediaFormat *, const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom)

Definition at line 1842 of file mediacodec_wrapper.c.

◆ setInt32

void(* FFAMediaFormatNdk::setInt32) (AMediaFormat *, const char *name, int32_t value)

Definition at line 1845 of file mediacodec_wrapper.c.

◆ setInt64

void(* FFAMediaFormatNdk::setInt64) (AMediaFormat *, const char *name, int64_t value)

Definition at line 1846 of file mediacodec_wrapper.c.

◆ setFloat

void(* FFAMediaFormatNdk::setFloat) (AMediaFormat *, const char *name, float value)

Definition at line 1847 of file mediacodec_wrapper.c.

◆ setString

void(* FFAMediaFormatNdk::setString) (AMediaFormat *, const char *name, const char *value)

Definition at line 1848 of file mediacodec_wrapper.c.

◆ setBuffer

void(* FFAMediaFormatNdk::setBuffer) (AMediaFormat *, const char *name, const void *data, size_t size)

Definition at line 1849 of file mediacodec_wrapper.c.

◆ setRect

void(* FFAMediaFormatNdk::setRect) (AMediaFormat *, const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom)

Definition at line 1850 of file mediacodec_wrapper.c.


The documentation for this struct was generated from the following file: