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 1914 of file mediacodec_wrapper.c.

Field Documentation

◆ api

FFAMediaFormat FFAMediaFormatNdk::api

Definition at line 1915 of file mediacodec_wrapper.c.

◆ libmedia

void* FFAMediaFormatNdk::libmedia

Definition at line 1917 of file mediacodec_wrapper.c.

◆ impl

AMediaFormat* FFAMediaFormatNdk::impl

Definition at line 1918 of file mediacodec_wrapper.c.

◆ new

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

Definition at line 1920 of file mediacodec_wrapper.c.

◆ delete

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

Definition at line 1921 of file mediacodec_wrapper.c.

◆ toString

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

Definition at line 1923 of file mediacodec_wrapper.c.

◆ getInt32

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

Definition at line 1925 of file mediacodec_wrapper.c.

◆ getInt64

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

Definition at line 1926 of file mediacodec_wrapper.c.

◆ getFloat

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

Definition at line 1927 of file mediacodec_wrapper.c.

◆ getSize

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

Definition at line 1928 of file mediacodec_wrapper.c.

◆ getBuffer

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

Definition at line 1929 of file mediacodec_wrapper.c.

◆ getString

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

Definition at line 1930 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 1931 of file mediacodec_wrapper.c.

◆ setInt32

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

Definition at line 1934 of file mediacodec_wrapper.c.

◆ setInt64

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

Definition at line 1935 of file mediacodec_wrapper.c.

◆ setFloat

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

Definition at line 1936 of file mediacodec_wrapper.c.

◆ setString

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

Definition at line 1937 of file mediacodec_wrapper.c.

◆ setBuffer

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

Definition at line 1938 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 1939 of file mediacodec_wrapper.c.


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