pub struct Struct_PPB_MediaStreamVideoTrack_1_0 {
pub Create: Option< extern "C" fn(instance: PP_Instance) -> PP_Resource>,
pub IsMediaStreamVideoTrack: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
pub Configure: Option< extern "C" fn(video_track: PP_Resource, attrib_list: *const int32_t, callback: Struct_PP_CompletionCallback) -> int32_t>,
pub GetAttrib: Option< extern "C" fn(video_track: PP_Resource, attrib: PP_MediaStreamVideoTrack_Attrib, value: *mut int32_t) -> int32_t>,
pub GetId: Option< extern "C" fn(video_track: PP_Resource) -> Struct_PP_Var>,
pub HasEnded: Option< extern "C" fn(video_track: PP_Resource) -> PP_Bool>,
pub GetFrame: Option< extern "C" fn(video_track: PP_Resource, frame: *mut PP_Resource, callback: Struct_PP_CompletionCallback) -> int32_t>,
pub RecycleFrame: Option< extern "C" fn(video_track: PP_Resource, frame: PP_Resource) -> int32_t>,
pub Close: Option< extern "C" fn(video_track: PP_Resource)>,
pub GetEmptyFrame: Option< extern "C" fn(video_track: PP_Resource, frame: *mut PP_Resource, callback: Struct_PP_CompletionCallback) -> int32_t>,
pub PutFrame: Option< extern "C" fn(video_track: PP_Resource, frame: PP_Resource) -> int32_t>,
}
Fields
Create | |
IsMediaStreamVideoTrack | |
Configure | |
GetAttrib | |
GetId | |
HasEnded | |
GetFrame | |
RecycleFrame | |
Close | |
GetEmptyFrame | |
PutFrame | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).